Opc.Ua.Core
AssignNodeIds(ISystemContext,Dictionary<NodeId,NodeId>) Method



Opc.Ua Namespace > NodeState Class : AssignNodeIds(ISystemContext,Dictionary<NodeId,NodeId>) Method
The context.
A table mapping the old node ids to the new node ids.
Recursively assigns NodeIds to the node and its children.
Syntax
'Declaration
 
Public Overridable Sub AssignNodeIds( _
   ByVal context As ISystemContext, _
   ByVal mappingTable As Dictionary(Of NodeId,NodeId) _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim mappingTable As Dictionary(Of NodeId,NodeId)
 
instance.AssignNodeIds(context, mappingTable)
public virtual void AssignNodeIds( 
   ISystemContext context,
   Dictionary<NodeId,NodeId> mappingTable
)
public:
virtual void AssignNodeIds( 
   ISystemContext^ context,
   Dictionary<NodeId^,NodeId^>^ mappingTable
) 

Parameters

context
The context.
mappingTable
A table mapping the old node ids to the new node ids.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members